projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a535b26
)
* subr.el (read-passwd): Use read-event instead of
author
Chong Yidong
<cyd@stupidchicken.com>
Sun, 16 Nov 2008 21:01:25 +0000
(21:01 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sun, 16 Nov 2008 21:01:25 +0000
(21:01 +0000)
read-char-exclusive.
lisp/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index b123e4db7a6cba9959707852bb97c9bb6bbdcdf8..e8fc9aade1f67346fd838f4c7bbe6b538ea77393 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,8
@@
+2008-11-16 Chong Yidong <cyd@stupidchicken.com>
+
+ * subr.el (read-passwd): Use read-event instead of
+ read-char-exclusive.
+
2008-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
* ielm.el (ielm-eval-input): Fix thinko in last change.